home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00008_Script_8 < prev    next >
Text File  |  1998-09-28  |  326b  |  11 lines

  1. -- get rid of the digital video when changing movies
  2. on looseVideo
  3.   if the membernum of sprite 48 = 0 then exit
  4.   set MovieTrap = the member of sprite 48
  5.   if the type of member MovieTrap = #digitalVideo then
  6.     set the visible of sprite 48 = 0
  7.     set the membernum of sprite 48 = 0
  8.     updatestage
  9.   end if 
  10. end
  11.